BindHelp
Themes
Themes are stored as applications in !bind.themes. A theme determines the overall look of pages.

A theme must contain at least two files:

  !code         filetype text (FFF)
  style/css     filetype CSS  (F79)
and possibly graphics files (gif, jpeg or png). Any file not beginning with ! is copied into the target directory as a theme-specific resource before Bind creates the webpages.

If you understand CSS and RiscLua you can create your own themes. !code must return a table containing at least the functions

 paradiv titleheader header frame nav 
These insert appropriate html tags using styles defined in the theme's style/css file.